ImageGear .NET v24.12 - Updated
Item Property (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Item Property
The index of the item to retrieve.
Gets an item from the array by index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public T this[ 
   int index
]; {get; set;}
public: __property T* get_Item   int index
;
public: __property void set_Item   int index,
   T* value
;
public:
property T^ default [int] {
   T^ get(int index);
   void set (int indexT^ value);
}

Parameters

index
The index of the item to retrieve.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members